home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / GLUT-3.7 / PROGS / spheremap / GLSMAP / Makefile < prev    next >
Encoding:
Makefile  |  1998-08-12  |  282 b   |  16 lines

  1. # Makefile for Win32
  2.  
  3. !include <win32.mak>
  4.  
  5. TOP  = ../../..
  6. SRCS = rtsmap.c fakeraytrace.c
  7.  
  8. EXTRALIBS = $(GLSMAP)
  9. DEPLIBS = $(GLSMAP)
  10.  
  11. !include "$(TOP)/glutwin32.mak"
  12.  
  13. # dependencies
  14. rtsmap.obj: $(TOP)/include/GL/glsmap.h
  15. fakeraytrace.obj: $(TOP)/include/GL/glsmap.h
  16.